Revision: network-manager--MAIN--0--patch-14
Archive: network-manager@bazaar.ubuntu.com
Creator: Arch Librarian <arch@canonical.com>
Date: Sat Aug 13 15:44:33 BST 2005
Standard-date: 2005-08-13 14:44:33 GMT
New-files: test/.arch-ids/nminfotest.c.id test/nminfotest.c
Modified-files: ChangeLog Makefile.in configure configure.in
    dispatcher-daemon/Makefile.in info-daemon/Makefile.am
    info-daemon/NetworkManagerInfo.c
    info-daemon/NetworkManagerInfo.h
    info-daemon/NetworkManagerInfoDbus.c
    initscript/Makefile.in src/Makefile.am src/Makefile.in
    src/NetworkManagerDbus.c test/Makefile.am
    test/Makefile.in
New-patches: network-manager@bazaar.ubuntu.com/network-manager--MAIN--0--patch-14
Summary: 2004-07-22  Dan Williams <dcbw@redhat.com>
CSCVSID: MAIN.15
Keywords: cscvs:MAIN.15

Author: dcbw
Date: 2004-07-22 05:17:36 GMT
2004-07-22  Dan Williams <dcbw@redhat.com>

	* configure.in
		- Add checks for GConf libs & headers & flags

	* info-daemon/Makefile.am
		- Add GConf flags & libs to compile/link stages of NetworkManagerInfo

	* info-daemon/NetworkManagerInfo.[ch]
		- Don't use gquarks for data storage, just use normal data storage
		- Add gconf bits to watch /system/networking/wireless/allowed_networks

	* info-daemon/NetworkManagerDbus.[ch]
		- Add method call for getting allowed networks
		- Add method calls for getting an allowed network's essid, priority, and key
		- Hook the method calls up to GConf
		- Split user key dialog code into separate function (nmi_dbus_get_key_for_network)
		- nmi_dbus_nmi_message_handler(): make sure to unref the reply message after sending

	* src/NetworkManagerDbus.[ch]
		- Switch for enumeration of networks to using essid instead

	* test/Makefile.am
	  test/nminfotest.c
	  	- Add test program for NetworkManagerInfo
